@charset "utf-8";
/* -------------------------common start-----------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
 html button::-moz-focus-inner {
 border-color: transparent !important;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
fieldset, img {
	border: 0;
}
iframe {
	background-image: none;
}
.clear {
	clear: both;
	height: 0px;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
img {
	border: 0px;
}
body {
	font-family: "微软雅黑";
	color: #333333;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	background: #ffffff;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #006a11;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.none {
	display: none;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.blod {
	font-weight: bold;
}
html {
	-webkit-text-size-adjust: none;
	font-size: 13px;
}
em {
	font-style: normal;
}
i, em {
	font-style: normal;
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* ---------------------------------------------------common end--------------------------------------------------*/

/*top_header*/
.top_header {
	background: #006a11;
	height: 40px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
	overflow: hidden;
}
.top_notice {
	color: #fff;
	float: left;
	width: 600px;
}
.top_notice span {
	line-height: 40px;
	vertical-align: top;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/notice_bg.jpg) left 1px no-repeat;
}
.top_notice a {
	color: #fff;
	line-height: 40px;
}
.top_search {
	width: 216px;
	float: right;
	margin-top: 4px;
}
.s_c {
	width: 171px;
	height: 30px;
	float: left;
	border:1px solid #3db551;
	position: relative;
	z-index: 10;
	background-color: #01540e;
}
.search_text {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-indent: 6px;
	background-color: #01540e;
	color:#fff;
	outline: none;
	float: left;
	border:0;
}
.search_submit:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.top_search input[type="submit"] {
	width: 43px;
	height: 32px;
	border: 0;
	float: left;
	background: #fedc00 url(../images/so_but.jpg) 9px 5px no-repeat;
	outline: none;
	cursor: pointer;
}
/*header*/
.header {
	height: 70px;
}
.header .logo {
	height: 54px;
	width: 453px;
	float: left;
	margin-top: 8px;
}
.header .logo img {
	display: block;
}
.header .tel {
	height: 50px;
	float: right;
	margin-top: 10px;
	color: #979797;
	overflow: hidden;
	padding: 2px 0 0 60px;
	/*background: url("../images/tel_icon.jpg") left 3px no-repeat;*/
}
.header .tel span {
	display: block;
	font-family: Impact;
	color: #008c17;
	font-size: 24px;
}
/*nav*/
.nav {
	height: 56px;
	border-top: 1px solid #dedede;
	border-bottom: 3px solid #008c17;
}
.nav li {
	width: 125px;
	float: left;
	height: 57px;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	position: relative;
	margin-top: -1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	line-height: 56px;
	transition: all 0.5s ease;
}
.nav li a {
	color: #333333;
	transition: all 0.5s ease;
}
.nav li span {
	text-transform: uppercase;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	display: none;
	transition: all 0.5s ease;
	font-size:12px;
}
.nav li:hover a {
	color: #fff;
}
.nav li:hover {
	background: #008c17;
	line-height: 25px;
	transition: background 0.5s ease;
	border-top: 0;
}
.nav li:hover span {
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 12px;
}
.nav li .subnav {
	display: none;
	width: 320px;
	padding: 15px 15px 10px 10px;
	position: absolute;
	top: 57px;
	left: 0;
	z-index: 999;
	background: rgba(0, 140, 23, 0.8);
}
.nav li .subnav a {
	display: block;
	width: 50%;
	float: left;
	color: #fff;
	line-height: 32px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav li .subnav a:hover {
	margin-left: 4%;
	width: 46%;
	color: #f6ff00;
}
.nav li.nav_on a {
	color: #fff;
}
.nav li.nav_on {
	background: #008c17;
	line-height: 25px;
	transition: all 0.5s ease;
	border-top: 0;
}
.nav li.nav_on span {
	color: #fff;
	display: block;
	text-align: center;
	height: 12px;
	padding-top: 12px;
}
/*index_focus*/
.index_focus {
	position: relative;
	width: 100%;
	height: 390px;
	margin: 0 auto;
	overflow: hidden;
}
.index_focus .bd li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.index_focus .pic {
	height: 390px;
	display: block;
	text-align: center;
}
.index_focus .pic:hover {
	text-decoration: none;
}
.index_focus .slide_nav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.index_focus .slide_nav a {
	cursor: pointer;
	margin: 0 5px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fedc00;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fedc00;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.index_focus_pre, .index_focus_next {
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 38px;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}
.index_focus_pre {
	left: 30px;
	background-position: 0 0;
	background: url(../images/jt1.png) no-repeat;
}
.index_focus_pre:hover {
	left: 30px;
	background-position: 0 0;
	background: url(../images/jt1.png) no-repeat;
}
.index_focus_next {
	right: 30px;
	background-position: 0 0;
	background: url(../images/jt2.png) no-repeat;
}
.index_focus_next:hover {
	right: 30px;
	background-position: 0 0;
	background: url(../images/jt2.png) no-repeat;
}
/*menu*/
.menu {
	height: 144px;
}
.menu a {
	display: inline-block;
	width: 169px;
	height: 74px;
	position: relative;
	padding-left: 90px;
	border-right: 1px solid #d7d7d7;
	margin: 35px 35px;
	font-size: 24px;
	line-height: 24px;
}
.menu a:hover {
	color: #008c17;
}
.menu a p {
	padding-top: 12px;
}
.menu a span {
	text-transform: uppercase;
	display: block;
	font-size:13px;
}
.menu a .front {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.menu a .back2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.menu a:hover .back2 {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	z-index: 2;
}
.menu a:hover .front {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	z-index: 1;
}
.front, .back2 {
	backface-visibility: hidden;
	transition: 0.6s ease-out;
 -webkit-transition: .6s ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}
.back2 {
	z-index: 1;
	transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
}
/*index_product*/
.index_product {
	background: #f7f7f7;
	padding-top: 44px;
	padding-bottom: 42px;
}
.p_left {
	width: 225px;
	float: left;
	position: relative;
	height: 543px;
	background: #006a11;
}
.product_class_list {
	width: 100%;
	background: #006a11;
	padding-bottom: 25px;
}
.product_class_list h3 {
	height: 52px;
	background: #fedc00;
	font-size: 24px;
	font-weight: normal;
	color: #006a11;
	text-align: center;
	line-height: 52px;
	border-bottom: 1px solid #fff;
}
.product_class_list h3 span {
	color: #484849;
	font-size: 14px;
	margin-left: 5px;
	vertical-align: top;
}
.product_class_list ul {
	margin-top: 10px;
}
.product_class_list li {
	border-bottom: 1px solid #438a4e;
	line-height: 45px;
	padding: 0 13px;
}
.product_class_list li a {
	color: #fff;
	font-size: 14px;
}
.product_class_list li a:hover {
	color: #fffadb;
}
.product_class_list li span {
	float: right;
}
.product_class_list .product_more {
	border-top: 2px solid #b2d0b7;
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 32px;
	background: #f7f7f7;
	line-height: 32px;
	padding: 0 5%;
	border-bottom: 4px solid #b2d0b7;
	font-size: 14px;
}
.product_class_list .product_more a {
	color: #006a11;
}
.product_class_list .subnav2 {
	margin-left: 15px;
	margin-bottom: 10px;
	display: none;
}
.product_class_list .subnav2 a {
	display: block;
	line-height: 35px;
	color: #f6ff00;
}
.product_list {
	width: 736px;
	float: right;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.product_list li {
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	width: 220px;
	height: 246px;
	float: left;
	background: #f0f0f0;
	padding: 12px;
}
.product_list li img {
	padding: 4px;
	border: 1px solid #cfcfcf;
	background: #fff;
	width: 210px;
	height: 158px;
}
.product_list li h4 {
	font-size: 14px;
	color: #484849;
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_list li p {
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.product_list li:hover {
	background: #fff;
	border-bottom: 4px solid #006a11;
	height: 242px;
}
/*index_title*/
.index_title {
	height: 32px;
	overflow: hidden;
	margin-bottom: 20px;
}
.index_title a {
	display: block;
	float: right;
	color: #006a11;
	font-size: 30px;
	font-weight: bold;
	border: 2px solid #34ba49;
	width: 28px;
	height: 28px;
	line-height: 24px;
	text-align: center;
}
.index_title h3 {
	font-size: 24px;
	color: #006a11;
	display: inline-block;
	line-height: 32px;
}
.index_title span {
	font-size: 14px;
	color: #484849;
	line-height: 38px;
	vertical-align: top;
	margin-left: 5px;
}
/*news_about*/
.news_about {
	padding-top: 35px;
}
.index_news {
	width: 485px;
	float: left;
	height: 310px;
}
.index_about {
	width: 485px;
	float: right;
}
.newsListDl {
	width: 486px;
	border-bottom: 1px solid #d2d2d2;
	background: #f7f7f7;
}
.newsListDl dt {
	width: 486px;
	height: 48px;
}
.newsListDl dt span {
	float: left;
	width: 62px;
	height: 48px;
	color: #d5e8e0;
	font-size: 24px;
	line-height: 44px;
	text-align: center;
	background: #006a11;
}
.newsListDl dt .titleAA {
	float: left;
	width: 384px;
	height: 46px;
	padding-left: 22px;
	padding-right: 16px;
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 46px;
	font-weight: bold;
}
.newsListDl dt .titleAA b {
	float:right;
	font-weight:normal;
	color:#666;
}
.newsListDl dd {
	display: none;
	width: 384px;
	height: 86px;
	padding-top: 12px;
	padding-right: 16px;
	padding-left: 86px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	background: #f0f0f0;
	overflow: hidden;
}
.index_about {
	float: right;
	height: 310px;
}
.index_about .about_intr {
	height: 137px;
	background: url(../images/cp_19.jpg) left top no-repeat;
	position: relative;
}
.index_about .about_intr h4 {
	position: absolute;
	right: 0;
	top: 25px;
	border: 2px solid #34ba49;
	width: 308px;
	height: 75px;
}
.index_about .about_intr h4 span {
	display: block;
	font-size: 16px;
	color: #006a11;
	position: relative;
	background: #fff;
	margin-left: -25px;
	z-index: 3;
	margin-top: 15px;
}
.index_about .about_intr h4 span em {
	color: #999999;
	font-weight: normal;
}
.index_about p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 13px;
}
/*index_bases*/
.index_bases {
	padding-top: 30px;
}
.bases_img {
	position: relative;
	background: #f7f7f7;
	border: 2px solid #006a11;
	padding: 28px 82px;
	height: 180px;
	overflow: hidden;
}
.bases_img .P_L span, .bases_img .P_R span {
	display: block;
	font-size: 14px;
	color: #006a11;
}
.bases_img .P_L, .bases_img .P_R img {
	display: inline-block;
}
.bases_img .P_L, .bases_img .P_R {
	width: 45px;
	text-align: center;
	position: absolute;
	top: 95px;
	z-index: 99;
}
.bases_img .P_L {
	left: 30px;
}
.bases_img .P_R {
	right: 30px;
}
.bases_img ul {
	float: left;
	overflow: hidden;

}
.bases_img li {
	float: left;
	width: 188px;
	margin: 0 10px;
}
.bases_img li a span {
	color: #333333;
}
.bases_img li a:hover span {
	color: #006a11;
}
.bases_img li a:hover img {
	border: 1px solid #006a11;
}
.bases_img li img {
	display: block;
	padding: 3px;
	border: 1px solid #c5c5c5;
}
.bases_img li .ellipsis {
	display: block;
	line-height: 45px;
	width: 100%;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.picBox {
	position: absolute;
	top: 35px;
	left: 85px;
	width: 836px;
	overflow: hidden;
	height: 180px;
}
.picListBd2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	width: 836px;
}
.picListBd {
	width: 836px;
	height: 180px;
}
/*map_contact*/
.map_contact {
	padding: 40px 0;
}
.index_contact {
	width: 484px;
	float: right;
}
.contact_con {
	width: 474px;
	padding-top: 16px;
	border-top: 2px solid #dddddd;
	padding-left: 10px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}
.telNum {
	width: 464px;
	height: 46px;
	margin-bottom: 12px;
}
.telNum .telNumB {
	float: left;
	display: block;
	width: 69px;
	height: 46px;
	border-right: 1px solid #e3e3e3;
	background: url(../images/tel_icon_but.png) 4px center no-repeat;
}
.telNum .telNumA {
	float: left;
	display: block;
	width: 372px;
	height: 46px;
	padding-left: 22px;
	color: #979797;
	font-size: 24px;
	line-height: 46px;
	font-family: impact;
}
.contact_con dl {
	width: 486px;
	display: block;
	clear: both;
}
.contact_con dl dt {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.contact_con dl dt {
	float: left;
	width: 50px;
	padding-left: 40px;
}
.contact_con dl dd {
	float: left;
	width: 396px;
	line-height: 30px;
}
/* footer*/
.footer {
	width: 100%;
	background: #484849;
}
.linkBox {
	width: 100%;
	height: auto !important;
	border-top: 1px solid #cfcfcf;
	background: #fff;
}
.link {
	width: 1000px;
	height: auto !important;
	height: 52px;
	min-height: 52px;
	margin: 0px auto;
	text-align: center;
}
.linkTitle {
	display: inline-block;
	width: 84px;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: bold;
}
.link_list {
	width: 1000px;
	height: auto !important;
	margin: 10px auto;
}
.link_list a {
	display: inline-block;
	padding-right: 10px;
	color: #565656;
	line-height: 25px;
}
.link_list a:hover {
	color: #3B3B3B;
}
/*btnavlist*/
.btnavlist {
	width: 1000px;
	height: 46px;
	margin: 0 auto;
	padding-top: 10px;
	color: #565656;
	text-align: center;
}
.btnavlist a {
	display: inline-block;
	color: #bababa;
	font-size: 14px;
	line-height: 46px;
	padding-left: 8px;
	padding-right: 8px;
}
.btnavlist a:hover {
	color: #fff;
}
/*copy*/
.copyrightnr {
	width: 1000px;
	margin: 0 auto;
	color: #bababa;
	padding-bottom:10px;
	line-height: 28px;
	text-align: center;
	font-family: "microsoft yahei";
}
.copyrightnr a {
	color: #bababa
}
.copyrightnr a:hover {
	color: #ffffff
}
/*-------------------------------------------index end-------------------------------------------------*/
/* main */
.main {
	width: 1000px;
	margin:28px auto;
	overflow: hidden;
}
.sp_left {
	width:240px;
	float: left;
}
.contact_in h3 {
	border-bottom: 3px solid #006a11;
	line-height: 50px;
	font-size: 24px;
	font-weight: normal;
	color: #006a11;
	margin-top: 10px;
}
.contact_in dl {
	border:3px solid #e3e3e3;
	margin: 10px auto 5px auto;
	padding: 10px;
}
.contact_in dt {
	float: left;
	border-right: 1px solid #e3e3e3;
	width: 65px;
	text-align: center;
}
.contact_in dt img {
	display: inline-block;
}
.contact_in dd {
	float: left;
	padding-left: 10px;
	font-size: 14px;
	color: #979797;
	line-height: 16px;
}
.contact_in dd span {
	font-size:9px;
	color: #979797;
	text-transform: uppercase;
	line-height: 10px;
	font-family: Arial;
}
.contact_in p {
	font-size: 28px;
	font-family: Impact;
	color: #006a11;
	border-bottom: 1px solid #cfcfcf;
	line-height: 50px;
}
.contact_in li {
	font-size: 14px;
	line-height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding-left: 0px;
	color: #666666;
}
/*.contact_in li.lx1 {
	background:url(../images/mobile.png) 5px 9px no-repeat;
}
.contact_in li.lx2 {
	background:url(../images/tel2.png) 5px 9px no-repeat;
}
.contact_in li.lx3 {
	background:url(../images/mail.png) 3px 9px no-repeat;
}
.contact_in li.lx4 {
	background:url(../images/address.png) 5px 9px no-repeat;
}*/
#contentRight {
	float:right;
	width:740px;
	height:auto;
	overflow:hidden
}
.content_com_title {
	position: relative;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 2px solid #d0d0d0;
}
.content_com_title h2 {
	display: inline-block;
	padding: 0 6px 6px 6px;
	position: absolute;
	left: 0;
	top: 10px;
	border-bottom: 2px solid #006a11;
	font-size: 22px;
	font-weight: normal;
	color:#333333;
	text-align: left;
}
.bread {
	color:#666666;
	float: right;
	line-height: 45px;
}
.bread a {
	display: inline-block;
	color:#666666;
}
/* 子页基础架构 */

#contentLeft {
	float:left;
	width:240px
}
#contentRight {
	float:right;
	width:740px;
	height:auto;
	overflow:hidden
}
.right {
	overflow:hidden;
}
/* 产品 */
..product3 li {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product3 li{
	width:33.3%;
	float:left;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}
.product3 li a img {
	display:block;
}
.product3 li>p {
	width:100%;
	margin:0 auto;
	text-align:center;
	font:14px/42px "microsoft yahei";
}
.product3 li>div {
	margin:3px 17px;
	height:auto;
	position:relative;
}
.product3 li>div>p{
	position:absolute;
	width:53px;
	height:53px;
	left:50%;
	top:50%;
	margin:-26px 0 0 -26px;
	cursor: pointer;
	z-index:1;
	top:-100%;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
}
.product3 li>div:hover p{
	top:50%;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
/* 新闻 */
.news1 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:12px auto;
}
.news1 li {
	width:100%;
	padding:5px 0;
	height:30px;
	font:14px/30px "microsoft yahei";
	color:#737373;/* background:#fff; */
	border-bottom:1px solid #ccc;
}
.news1 li a {
	float:left;
	margin-left:12px;
}
.news1 li span {
	float:right;
	margin-right:12px;
	font-size:13px;
}
.news_indent li a {
	text-indent:0;
	-webkit-transition:all 0.1s ease-in-out 0s;
	-moz-transition:all 0.1s ease-in-out 0s;
	-ms-transition:all 0.1s ease-in-out 0s;
	transition:all 0.1s ease-in-out 0s;
}
.news_indent li:hover a {
	text-indent:20px;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-ms-transition:all 0.2s ease-in-out 0s;
	transition:all 0.2s ease-in-out 0s;
}
/* 详细页 */
.view-title {
	width:100%;
	text-align:center;
	font:20px/36px "microsoft yahei";
	color:#333;
	padding:14px 0 0
}
.view-date {
	width:100%;
	text-align:center;
	font:12px/24px "microsoft yahei";
	color:#999;
}
.view-date span {
	margin:0 7px;
}
.view-share {
	width:140px;
	margin:0 auto;
}
/* view */
.view {
	line-height:180%;
	padding:0px 10px;
}
.view h1 {
	width:100%;
	text-align:center;
	font:16px/30px "microsoft yahei";
	color:#343434;
	padding:0px;
}
.page {
	width:100%;
	margin:30px auto;
}
.page p {
	width:100%;
	height:28px;
	font:13px/28px "microsoft yahei";
	color:#1d1d1d;
	overflow: hidden;
}
.page p a {
	color:#1d1d1d
}
.back {
	font:14px/39px "microsoft yahei";
	color:#fff;
	background:#069752;
	width:138px;
	margin:20px auto;
	border-radius:4px;
	display:block;
	text-align:center;
}
.view img {
	max-width: 100%;
	display:inline
}
.view div {
	font-size:14px;
	margin-bottom:5px;
}
.ibanner {
	width:100%;
	position:relative;
	overflow:hidden;
	height:300px;
}
.bannerImg {
	width:1903px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-952px;
}
.ibanner {
	width:100%;
	position:relative;
	overflow:hidden;
	height:390px;
}
.bannerImg {
	width:1903px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-952px;
}
/*-----首页 banner-----*/
.slideBox {
	width:100%;
	height:390px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:25px;
	width:100%;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
flo/at:left;
	text-align:center;
	width:100%;
}
.slideBox .hd ul li {
fl/oat:left;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 6px;
	border-radius:6px;
	text-align:center;
	background:#222;
	cursor:pointer;
	font-size:0;
}
.slideBox .hd ul li.on {
	background:#3aa314;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
	height:390px;
}
.slideBox .bd li a {
	display:block;
	height:390px;
}
.slideBox .bd img {
	width:1903px;
	height:390px;
	display:block;
}
.slideBox .prev, .slideBox .next {
	display:none;
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
}
.slideBox .next {
	left:auto;
	right:3%;
}
.slideBox .prev:hover, .slideBox .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
.ibanner {
	width:100%;
	position:relative;
	overflow:hidden;
	height:390px;
}
.bannerImg {
	width:1903px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-952px;
}
/*------------滚动-----------------*/
#demo {
	overflow:hidden;
	margin:0 auto;
}
#indemo {
	float: left;
	width: 3000%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*滚动结束*/

